POST api/user/addExternal
Request Information
URI Parameters
None.
Body Parameters
RequestCreateExternal| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstName | string |
None. |
|
| ExternalHardCode | string |
None. |
|
| LastName | string |
None. |
|
| Token | string |
None. |
|
| UserType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FirstName": "sample string 1",
"ExternalHardCode": "sample string 2",
"LastName": "sample string 3",
"Token": "sample string 4",
"UserType": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.